home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bfix_240.arc / BTPATCH1.BIG < prev    next >
Text File  |  1990-07-21  |  837b  |  57 lines

  1. n bt.dbg
  2. l
  3. a 1d4d
  4. ;
  5. ; This patch fixes the BinkleyTerm 2.40 problem of MaxBytes and its
  6. ; relatives not working for values higher than 32767.  It also fixes
  7. ; a bug in Janus that makes the protocol screw up when lines in the
  8. ; .?LO files are terminated with only linefeeds.  Finally, it fixes
  9. ; the problem of non-MNP modems falling through to the BBS when an
  10. ; MNP modem is connecting at the remote end.  This patch is only for
  11. ; the BTBIG version of BinkleyTerm 2.40.  It should not be used on
  12. ; the OVERLAY version.
  13. ;
  14. nop
  15.  
  16. a 1d71
  17. nop
  18.  
  19. a 1d95
  20. nop
  21.  
  22. a 4ba3
  23. mov ax,12c
  24.  
  25. a 4c24
  26. mov ax,50
  27.  
  28. a 4c5f
  29. mov ax,50
  30.  
  31. a 4c83
  32. jmp 4ba3
  33.  
  34. rsp
  35. fe
  36. a 0
  37. mov ax,ds
  38. add ax,1000
  39. mov ds,ax
  40. int 3
  41.  
  42. g =0
  43.  
  44. a ds:b821
  45. mov word ptr [2f98],8000
  46. mov ax,23ac
  47.  
  48. a ds:d42e
  49. mov word ptr [2f98],8000
  50. mov ax,23ac
  51.  
  52. w
  53. q
  54.  
  55.  
  56.  
  57.